ResourceDownloadFile Method (String, Stream, Int32) |
Downloads data from a resource with the specified URI (address) to a stream.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic FileDownload DownloadFile(
string address,
Stream output,
int bufferSize
)
Public Function DownloadFile (
address As String,
output As Stream,
bufferSize As Integer
) As FileDownload
Parameters
- address
- Type: SystemString
The URI that identifies the resource. - output
- Type: System.IOStream
The output stream to receive the data. - bufferSize
- Type: SystemInt32
The buffer size. Default value is 8192 bytes.
Return Value
Type:
FileDownload
See Also